|
|
|
BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions |
Occurs when the value of a data-bound property is not accepted by the server.
Syntax
Private Sub AMUIExtension_OnInvalidPropertyValue(ByVal PropertyName As String, ByVal PropertySetName As String, ByVal OriginalValue As Variant, NewValue As Variant)
On Error GoTo error_handler
Exit Sub
error_handler:
MsgBox Err.Description
End Sub
Related information
General interface extension events
Copyright © 2000-2013 BlueCielo ECM Solutions |